projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11757e2
)
(c-macro-expansion):
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 17:52:29 +0000
(17:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 17:52:29 +0000
(17:52 +0000)
Use temporary-file-directory. Choose temp file name properly.
lisp/progmodes/cmacexp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cmacexp.el
b/lisp/progmodes/cmacexp.el
index 93ce065b6d59ccc5f3127ce5c099e7175019b098..82d90d6d5999cd71da372676b35496751a511dd6 100644
(file)
--- a/
lisp/progmodes/cmacexp.el
+++ b/
lisp/progmodes/cmacexp.el
@@
-265,7
+265,9
@@
Optional arg DISPLAY non-nil means show messages in the echo area."
(startstat ())
(startmarker "")
(exit-status 0)
- (tempname (make-temp-name (file-name-directory system-tmp-directory))))
+ (tempname (make-temp-name
+ (expand-file-name "cmacexp"
+ temporary-file-directory))))
(unwind-protect
(save-excursion
(save-restriction